home *** CD-ROM | disk | FTP | other *** search
/ Best of Shareware / Best of PC Windows Shareware 1.0 - Wayzata Technology (7111) (1993).iso / mac / DOS / CAD_CAM / PADSPCB / PADS.EXE / CAEDEC.HLP next >
Text File  |  1990-01-15  |  5KB  |  156 lines

  1.        CAE Gate Decal Library Help 
  2.  
  3. CAE Gate Decals are used to specify the 
  4. graphical information associated with gates
  5. of a part in the schematic.
  6.  
  7. Each decal contains information on the 
  8. outline; default location of the ref-des,
  9. parttype name and the pad/pin locations.
  10.  
  11. All text sizes and line widths are in units
  12. of 0.001 inch.
  13. All co-ordinate values are in units of
  14. 0.002 inch.
  15. -------------------------------------------   
  16. The format for a Decal items is:
  17. -------------------------------------------   
  18. (Items that are not in capital letters are
  19. Optional)
  20.  
  21. DECALNAME X Y PIECES TERMS text
  22. RDX RDY RDO RDJ PTX PTY PTO PTJ ...
  23.   ... VLX VLY VLO VLJ TLX TLY TLO TLJ
  24. VIS RDH RDW PTH PTW
  25. {for each piece in outline ...}
  26. PIECETYPE NUMCRNS
  27. {for each corner in piece ...}
  28. X Y {for line segment corner}
  29.   or
  30. X Y A1 A2 Z LX LY UX UY {for each arc segment}
  31.   ...
  32. {for each text item ...}
  33. X Y ORI HEIGHT LWIDTH
  34. TEXT
  35.   ...
  36. {for each terminal in symbol ...}
  37. T X Y PNUMX PNUMY PNAMX PNAMY TFLAGS PINDECAL
  38. P TSX TSY TNX TNY PFLAGS
  39.   ...
  40. ------------------------------------------
  41. >DECALNAME X Y PIECES TERMS text
  42.  
  43. DECALNAME : User defined name (max 16 chars)
  44. X,Y       : origin of the symbol
  45. PIECES    : Number of pieces in the decal
  46.             outline 
  47. TERMS     : Number of terminals in the 
  48.             Decal.
  49. text      : number of text strings associated
  50.             with the decal item (optional).
  51. ------------------------------------------   
  52. > RDX RDY RDO RDJ PTX PTY PTO PTJ ...
  53.   ... VLX VLY VLO VLJ TLX TLY TLO TLJ
  54.  
  55. Substitute as follows:-
  56. **  <name>
  57. RD  Reference Designator   
  58. PT  Part Type 
  59. VL  Value
  60. TL  Tolerance
  61.  
  62. **X **Y : Default x & y location of <name>.
  63. **O     : Default orientation of <name>
  64.           permitted values - 0 & 270 degrees.
  65. **J     : Default justification of <name> -
  66.           Bit 0: 0 = Left, 1 = Right.
  67.           Bit 1: 0 = Bottom, 1 = Top.
  68.           Bit 2: 0 = Left or Right, 1 = Center.
  69.           Bit 3: 0 = Bottom or Top, 1 = Middle.
  70. ------------------------------------------   
  71. > VIS RDH RDW PTH PTW
  72.  
  73. VIS : Default display values for names
  74.       If bit is set then don't display.
  75.       Ref-Des   - bit 0 
  76.       Part Nm   - bit 1
  77.       Value     - bit 2
  78.       Tolerance - bit 3
  79.       Pin Num   - bit 4
  80. RDH:  Ref-Des text height.
  81. RDW:  Ref-Des text line width.
  82. PTH:  Part Type text height.
  83. PTW:  Part Type text line width.
  84. ------------------------------------------   
  85. > PIECETYPE NUMCRNS WIDTH
  86.  
  87. PIECETYPE: Type of piece being described.
  88.          OPEN   - segments are open ended.
  89.          CLOSED - segments form closed shape
  90.                   1st & last corners same.
  91.          CIRCLE - piece must have two corners
  92.                   which describe the diameter.
  93.          COPOPN - same as OPEN.
  94.          COPCLS - filled shape.
  95.  
  96. NUMCRNS: Number of corners in the piece.
  97. WIDTH  : Line width to draw the piece outline.
  98. ------------------------------------------   
  99. > X Y
  100.   or
  101. > X Y A1 A2 Z LX LY UX UY
  102.  
  103. X,Y:  x,y coordinate of corner
  104. A1:   start angle in degrees of the arc 
  105. A2:   angle in degrees subtended by arc.
  106. Z:    not used.
  107. LX LY UX UY: rectangle around circle on
  108.              which the arc is described.
  109. ------------------------------------------   
  110. > X Y ORI HEIGHT LWIDTH
  111.  
  112. X,Y:    position of text relative to the
  113.         decal origin.
  114. ORI:      rotation of text (0 or 270).
  115. HEIGHT: height of the text.
  116. LWIDTH: line width used to draw the text.
  117. ------------------------------------------   
  118. > TEXT
  119.  
  120. TEXT:   string of text associated with the 
  121. lines item
  122. ------------------------------------------
  123. > T X Y PNUMX PNUMY PNAMX PNAMY TFLAGS PINDECAL
  124.  
  125. X Y :    Location of the terminal relative
  126.          to the decal origin.
  127. PNUMX PNUMY : Location of the pin number 
  128.          relative to the terminal.
  129. PNAMX PNAMY : Location of the pin name 
  130.          relative to the terminal.
  131. TFLAGS : Orientation & mirroring of terminal,
  132.          pin number, & pin name.  Bits are
  133.          defined as follows:-
  134.          bit 0 - Terminal rotated 270 degrees
  135.          bit 1 - Terminal mirrored in X
  136.          bit 2 - Terminal mirrored in Y
  137.          bit 3 - Pin number rotated 270 degr.
  138.          bit 4 - Pin name rotated 270 degr.
  139.          bit 5 - Pin number right justified.
  140.          bit 6 - Pin name right justified.
  141. PINDECAL: Name of the pin decal.
  142. ------------------------------------------
  143. > P TSX TSY TNX TNY PFLAGS
  144.  
  145. TSX TSY: Position of the Pin Type/Swap text
  146.          relative to the terminal.
  147. TNX TNY: Unused - Reserved for future use.
  148. PFLAGS:  Orientation, justification and
  149.          visibility of these "names".
  150.          Bits are defined as follows:-
  151.          Bit 0 - Pin Type/Swap rotated 270.
  152.          Bit 2 - Pin Type/Swap right just.
  153.          Bit 4 - Pin Type/Swap invisible.
  154. ------------------------------------------
  155.             <END OF HELP FILE>
  156.